]> git.pld-linux.org Git - packages/python-sqlalchemy.git/blame - python-sqlalchemy-tests.patch
- updated to 1.3.16
[packages/python-sqlalchemy.git] / python-sqlalchemy-tests.patch
CommitLineData
0b211bb2
JB
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)
be381d2c 12@@ -159,7 +159,7 @@
0b211bb2 13 cmdclass=cmdclass,
be381d2c
JB
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 ],
0b211bb2 20 long_description=readme,
This page took 0.030952 seconds and 4 git commands to generate.