File: rules

package info (click to toggle)
python-pytest-asyncio 0.20.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 344 kB
  • sloc: python: 1,107; makefile: 45; sh: 1
file content (11 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

PYBUILD_TEST_ARGS = --asyncio-mode=auto

# TODO: enable more tests when pytest-trio is in Debian
PYBUILD_TEST_ARGS += --ignore tests/trio/test_fixtures.py

export PYBUILD_TEST_ARGS

%:
	dh $@ --buildsystem=pybuild