]> git.pld-linux.org Git - packages/python-sqlalchemy.git/blame - python-sqlalchemy-tests.patch
- release 3 (by relup.sh)
[packages/python-sqlalchemy.git] / python-sqlalchemy-tests.patch
CommitLineData
c29bd224
JR
1diff -urNp -x '*.orig' SQLAlchemy-1.3.23.org/setup.py SQLAlchemy-1.3.23/setup.py
2--- SQLAlchemy-1.3.23.org/setup.py 2021-02-01 21:52:02.000000000 +0100
3+++ SQLAlchemy-1.3.23/setup.py 2021-03-07 23:28:59.044650527 +0100
4@@ -89,7 +89,7 @@ class PyTest(TestCommand):
0b211bb2 5 # not working at the time of this comment.
c29bd224 6 user_options = [("pytest-args=", "a", "Arguments to pass to py.test")]
0b211bb2
JB
7
8- default_options = ["-n", "4", "-q", "--nomemory"]
9+ default_options = ["-q", "--nomemory"]
10
11 def initialize_options(self):
12 TestCommand.initialize_options(self)
c29bd224 13@@ -159,7 +159,7 @@ def run_setup(with_cext):
0b211bb2 14 cmdclass=cmdclass,
be381d2c
JB
15 tests_require=[
16 "pytest>=2.5.2,!=3.9.1,!=3.9.2",
17- "mock",
18+ "mock;python_version<'3.3'",
19 "pytest-xdist",
20 ],
0b211bb2 21 long_description=readme,
This page took 0.08695 seconds and 4 git commands to generate.