Skip to content
Snippets Groups Projects
Commit 89c5b529 authored by Michael Fladischer's avatar Michael Fladischer :speech_balloon:
Browse files

Provide setup.cfg to pytest during autopkgtests to set the correct asyncio mode (Closes: #1019223).

parent 32778e6a
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@ python-channels-redis (4.0.0-1) UNRELEASED; urgency=low
* New upstream release.
* Use github tags instead of releases for d/watch.
* Drop patch that removes dependency on ascync-generator.
* Provide setup.cfg to pytest during autopkgtests to set the correct
asyncio mode (Closes: #1019223).
-- Michael Fladischer <fladi@debian.org> Mon, 10 Oct 2022 19:18:27 +0000
......
......@@ -2,7 +2,7 @@
set -e
cp -r tests ${AUTOPKGTEST_TMP}
cp -r tests setup.cfg ${AUTOPKGTEST_TMP}
cd ${AUTOPKGTEST_TMP}
for p in $(py3versions -s); do
DJANGO_SETTINGS_MODULE=tests.settings $p -m pytest -k "not test_sentinel and not test_pubsub_sentinel and not test_receive_cancel" tests
......
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