python/python3-pytest: Removed dependency.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-11-20 21:16:22 +13:00 committed by Willy Sudiarto Raharjo
parent 5d63996691
commit bac64cfe5a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@ IMPORTANT: The scripts py.test and pytest are renamed to py.test3
and pytest3 respectively to avoid conflicts with the pytest installed
with python.
NOTE: setuptools-scm, py, pluggy, more-itertools and atomicwrites
NOTE: py, pluggy, more-itertools and atomicwrites
have automatic python3 support.

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/1c/b5/336b6b600eb9d2a9b7c99b16
MD5SUM="2704e16bb2c11af494167f80a7cd37c4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="setuptools-scm py python3-attrs pluggy more-itertools atomicwrites"
REQUIRES="py python3-attrs pluggy more-itertools atomicwrites"
MAINTAINER="Serban Udrea"
EMAIL="S.Udrea@gsi.de"