]> git.pld-linux.org Git - packages/python-sqlalchemy.git/blobdiff - python-sqlalchemy-tests.patch
- up to 1.2.13
[packages/python-sqlalchemy.git] / python-sqlalchemy-tests.patch
index bb5a50ca394cbf53fdf9c790db83a1f03a6c3b29..5bb7909d6e71e5ca5360bda19094fe58fc01edbb 100644 (file)
@@ -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",
This page took 0.068082 seconds and 4 git commands to generate.