]> git.pld-linux.org Git - packages/python-sqlalchemy.git/blame_incremental - python-sqlalchemy-tests.patch
- rediff patches
[packages/python-sqlalchemy.git] / python-sqlalchemy-tests.patch
... / ...
CommitLineData
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):
5 # not working at the time of this comment.
6 user_options = [("pytest-args=", "a", "Arguments to pass to py.test")]
7
8- default_options = ["-n", "4", "-q", "--nomemory"]
9+ default_options = ["-q", "--nomemory"]
10
11 def initialize_options(self):
12 TestCommand.initialize_options(self)
13@@ -159,7 +159,7 @@ def run_setup(with_cext):
14 cmdclass=cmdclass,
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 ],
21 long_description=readme,
This page took 0.047597 seconds and 4 git commands to generate.