Codebase list pywinrm / d9f926f
Update 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
00 #!/usr/bin/make -f
11
22 #export DH_VERBOSE = 1
3 export PYBUILD_TEST_ARGS='-k-test_build_session_proxy_defined -k-test_build_session_proxy_with_env_http -k-test_build_session_proxy_with_env_https -k-test_build_session_proxy_defined_and_env'
3 export PYBUILD_TEST_ARGS=-k 'not test_build_session_proxy_defined and not test_build_session_proxy_with_env_http and not test_build_session_proxy_with_env_https and not test_build_session_proxy_defined_and_env'
44
55 export PYBUILD_NAME=winrm
66