Codebase list anosql / 57520ef
Run tests against all supported Python versions. Stefano Rivera 2 years ago
2 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1414 + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
1515 does this.
1616 * Update standards version to 4.5.1, no changes needed.
17
18 [ Stefano Rivera ]
19 * Run tests against all supported Python versions.
1720
1821 -- Ondřej Nový <onovy@debian.org> Fri, 18 Oct 2019 15:27:26 +0200
1922
00 #!/usr/bin/make -f
11
22 export PYBUILD_NAME=anosql
3
3 export PYBUILD_TEST_PYTEST=1
4 export PYBUILD_TEST_ARGS={dir}/tests -k 'not test_simple and not test_psycopg2'
45
56 %:
67 dh $@ --with python3 --buildsystem=pybuild
7
8 override_dh_auto_test:
9 # Requires pytest-postgresql not yet in debian
10 py.test-3 tests -k 'not test_simple and not test_psycopg2'