diff --git a/python-cloudscraper.changes b/python-cloudscraper.changes index e05b6e2..3ff996b 100644 --- a/python-cloudscraper.changes +++ b/python-cloudscraper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 12 01:28:36 UTC 2021 - Steve Kowalik + +- Skip a broken test. + ------------------------------------------------------------------- Wed May 12 17:06:14 UTC 2021 - Dominique Leuenberger diff --git a/python-cloudscraper.spec b/python-cloudscraper.spec index 88258e5..fdd435a 100644 --- a/python-cloudscraper.spec +++ b/python-cloudscraper.spec @@ -58,7 +58,8 @@ A Python module to bypass Cloudflare's anti-bot page. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# Skip broken test +%pytest -k 'not test_getCookieString_challenge_js_challenge1_16_05_2020' %files %{python_files} %doc README.md