Skip to content
Snippets Groups Projects
Unverified Commit 9f1a7d72 authored by Duncan Macleod's avatar Duncan Macleod
Browse files

debian: don't run pytest during build

it just makes things heavy, we can test during CI
parent e14a33cc
No related branches found
No related tags found
1 merge request!121Disable pytest during RPM/Deb builds
......@@ -6,12 +6,6 @@ Build-Depends:
debhelper (>= 9),
dh-python,
python3-all,
python3-gpstime,
python3-gwdatafind,
python3-ligo-segments,
python3-lscsoft-glue (>= 3.0.1),
python3-pyrxp,
python3-pytest,
python3-setuptools,
Standards-Version: 3.9.1
X-Python-Version: >= 3.6
......
#!/usr/bin/make -f
export PYBUILD_TEST_PYTEST = 1
export PYBUILD_DISABLE = test
%:
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