X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-sqlalchemy.git;a=blobdiff_plain;f=python-sqlalchemy-tests.patch;fp=python-sqlalchemy-tests.patch;h=5bb7909d6e71e5ca5360bda19094fe58fc01edbb;hp=bb5a50ca394cbf53fdf9c790db83a1f03a6c3b29;hb=7192b5b4ee69315d46a03379f7823232050c3387;hpb=c15a0383d6be344fbdc1ceb19d036417b5aa9e75 diff --git a/python-sqlalchemy-tests.patch b/python-sqlalchemy-tests.patch index bb5a50c..5bb7909 100644 --- a/python-sqlalchemy-tests.patch +++ b/python-sqlalchemy-tests.patch @@ -27,8 +27,8 @@ package_dir={'': 'lib'}, license="MIT License", cmdclass=cmdclass, -- tests_require=['pytest >= 2.5.2', 'mock', 'pytest-xdist'], -+ tests_require=['pytest >= 2.5.2', 'pytest-xdist'] + get_mock_dep(), +- tests_require=['pytest>=2.5.2,!=3.9.1', 'mock', 'pytest-xdist'], ++ tests_require=['pytest>=2.5.2,!=3.9.1', 'pytest-xdist'] + get_mock_dep(), long_description=readme, classifiers=[ "Development Status :: 5 - Production/Stable",