From 1fecdfc9d3987f7b3a036f4d632e3ca49b01543b45b7112c7e36f6e959b28441 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 10 Aug 2023 09:02:14 +0000 Subject: [PATCH] - 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 --- python-flit.changes | 5 +++++ python-flit.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-flit.changes b/python-flit.changes index bf2b6a0..28c92fe 100644 --- a/python-flit.changes +++ b/python-flit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 10 09:01:51 UTC 2023 - Dirk Müller + +- skip install tests for better interoperability with PEP 668 + ------------------------------------------------------------------- Wed May 10 06:11:46 UTC 2023 - Johannes Kastl diff --git a/python-flit.spec b/python-flit.spec index c63467c..8752ac1 100644 --- a/python-flit.spec +++ b/python-flit.spec @@ -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