]> git.pld-linux.org Git - packages/python-sqlalchemy.git/blob - python-sqlalchemy-tests.patch
- updated to 1.3.12
[packages/python-sqlalchemy.git] / python-sqlalchemy-tests.patch
1 --- SQLAlchemy-1.2.7/setup.py.orig      2018-04-20 22:27:50.000000000 +0200
2 +++ SQLAlchemy-1.2.7/setup.py   2018-05-26 11:23:38.674698725 +0200
3 @@ -81,7 +81,7 @@
4      # not working at the time of this comment.
5      user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")]
6  
7 -    default_options = ["-n", "4", "-q", "--nomemory"]
8 +    default_options = ["-q", "--nomemory"]
9  
10      def initialize_options(self):
11          TestCommand.initialize_options(self)
12 @@ -159,7 +159,7 @@
13          cmdclass=cmdclass,
14          tests_require=[
15              "pytest>=2.5.2,!=3.9.1,!=3.9.2",
16 -            "mock",
17 +            "mock;python_version<'3.3'",
18              "pytest-xdist",
19          ],
20          long_description=readme,
This page took 0.073728 seconds and 4 git commands to generate.