- skip install tests for better interoperability with PEP 668
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit?expand=0&rev=21
This commit is contained in:
parent
40eae8902a
commit
1fecdfc9d3
@ -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>
|
Wed May 10 06:11:46 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ export PATH=$PWD/build/testbin/:$PATH
|
|||||||
# test_invalid_classifier requires internet
|
# test_invalid_classifier requires internet
|
||||||
# https://github.com/takluyver/flit/blob/96751efce651f8bae8ccb9e7f144dac460b3f013/flit/validate.py#L126
|
# https://github.com/takluyver/flit/blob/96751efce651f8bae8ccb9e7f144dac460b3f013/flit/validate.py#L126
|
||||||
# "The error you get on a train, going through Oregon, without wifi"
|
# "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
|
%post
|
||||||
%python_install_alternative flit
|
%python_install_alternative flit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user