File: rules

package info (click to toggle)
python-cloudscraper 1.2.71~git20230426.cbb3c0ea-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,608 kB
  • sloc: python: 2,496; makefile: 37
file content (11 lines) | stat: -rwxr-xr-x 507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export PYBUILD_NAME=python-cloudscraper

# Skipping specific tests that are known to fail due to issues in the upstream source.
# Their failure is not indicative of issues in the Debian packaging.
# Issues have been reported to the upstream maintainers via email.
export PYBUILD_TEST_ARGS=-k "not (test_bad_interpreter_js_challenge1_16_05_2020 or test_bad_solve_js_challenge1_16_05_2020 or test_Captcha_challenge_12_12_2019 or test_reCaptcha_providers)"

%:
	dh $@ --buildsystem=pybuild