Skip to content
Snippets Groups Projects
Verified Commit 626a80a9 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

d/rules: Migrate to pytest

Related T1525
parent 5ff13be6
No related branches found
Tags v0.4.0
No related merge requests found
#!/usr/bin/make -f #!/usr/bin/make -f
export PYBUILD_NAME=swh.loader.tar export PYBUILD_NAME=swh.loader.tar
export export PYBUILD_TEST_ARGS=--with-doctest -sv -a !db,!fs export PYBUILD_TEST_ARGS=-v -m "not db and not fs"
%: %:
dh $@ --with python3 --buildsystem=pybuild 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