Drop pytest version restriction

Not compatible with Python >= 3.10:

https://github.com/pytest-dev/pytest/discussions/9195
This commit is contained in:
Jochen Sprickerhof
2022-12-05 22:26:00 +01:00
parent 7d43001f9d
commit e0a1caecc4

View File

@@ -47,7 +47,7 @@ setup(
], ],
extras_require={ extras_require={
'testing': [ 'testing': [
'pytest<6.0.0', 'pytest',
'docopt', 'docopt',
], ],
'qa': [ 'qa': [