Skip to content

Commit dde0777

Browse files
committed
Minimize requirements for pytest.
1 parent b34bb30 commit dde0777

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

dev/requirements-test.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
gevent ; python_version>="3.9"
2+
psutil<5.9.9
3+
pytest
4+
pytest-subtests
5+
pytest-timeout
6+
sqlalchemy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ documentation = "http://pymssql.readthedocs.io"
6060
[tool.cibuildwheel]
6161
build = "cp39-* cp310-* cp311-* cp312-* cp313-*"
6262
build-verbosity = 1
63-
before-test = "pip install -r dev/requirements-dev.txt"
63+
before-test = "pip install -r dev/requirements-test.txt"
6464
test-requires = "pytest"
6565
test-command = "pytest {project}/tests"
6666
container-engine = { name = "docker", create-args = ["--network", "host"] }

0 commit comments

Comments
 (0)