Skip to content
Snippets Groups Projects
Commit 2dbb4643 authored by Sandro Tosi's avatar Sandro Tosi
Browse files

fix pytest -k syntax for pytest7; Closes: #1013699

parent eceab0b8
No related branches found
No related tags found
No related merge requests found
asyncpg (0.25.0-2) UNRELEASED; urgency=medium
* debian/rules
- fix pytest -k syntax for pytest7; Closes: #1013699
-- Sandro Tosi <morph@debian.org> Sun, 26 Jun 2022 13:32:46 -0400
asyncpg (0.25.0-1) unstable; urgency=medium
* New upstream release
......
......@@ -3,7 +3,7 @@
export PYBUILD_NAME=asyncpg
export PYBUILD_TEST_ARGS=-s {build_dir}/tests
export PYBUILD_BUILD_ARGS=build_ext --cython-always
export PYBUILD_TEST_ARGS=-k-test_flake8
export PYBUILD_TEST_ARGS=-k "not test_flake8"
%:
dh $@ --with python3 --buildsystem=pybuild
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment