Codebase list apispec / 565bc6c
debian/rules: fix for pytest version 6 Sophie Brun 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 export PYBUILD_NAME=apispec
55 # disable the tests for apispec[validation]. The module prance isn't
66 # available and we don't need the "validation" for faraday
7 export PYBUILD_TEST_ARGS="-k-test_openapi_tools_validate_v3 -k-test_openapi_tools_validate_v2"
7 export PYBUILD_TEST_ARGS=-k 'not test_openapi_tools_validate_v3 and not test_openapi_tools_validate_v2'
88
99 %:
1010 dh $@ --with python3,sphinxdoc --buildsystem=pybuild