Avoid jsonschema dep by skipping tests

Resolves: RHEL-40663

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2024-08-22 08:18:26 -05:00
parent 90fc8884e9
commit 5c040315b4
No known key found for this signature in database

View File

@ -111,7 +111,10 @@ sed -i '/self.driver.start(env=env)/i \ \ \ \ \ \ \ \ env["PYTHONPATH"] = "%{bui
export TESTS_REMOVE_REPO_ROOT_FROM_PATH=1 TZ=UTC
export OPENSSL_ENABLE_SHA1_SIGNATURES=yes
%pytest --verbose %{!?rhel:--numprocesses=auto --dist=loadfile --maxprocesses=4} tests/unit tests/functional
%pytest --verbose %{!?rhel:--numprocesses=auto --dist=loadfile --maxprocesses=4} \
tests/unit tests/functional \
--ignore tests/functional/autocomplete/test_completion_files.py \
--ignore tests/functional/botocore/test_waiter_config.py
%files -f %{pyproject_files}