Accepting request 1103286 from devel:languages:python

- skip install tests for better interoperability with PEP 668

OBS-URL: https://build.opensuse.org/request/show/1103286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-flit?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2023-08-11 13:55:01 +00:00 committed by Git OBS Bridge
commit 99620b4e55
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 10 09:01:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- skip install tests for better interoperability with PEP 668
-------------------------------------------------------------------
Wed May 10 06:11:46 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@ -72,7 +72,7 @@ export PATH=$PWD/build/testbin/:$PATH
# test_invalid_classifier requires internet
# https://github.com/takluyver/flit/blob/96751efce651f8bae8ccb9e7f144dac460b3f013/flit/validate.py#L126
# "The error you get on a train, going through Oregon, without wifi"
%pytest -k "not test_invalid_classifier"
%pytest -k "not (test_invalid_classifier or InstallTests)"
%post
%python_install_alternative flit