15
0

- Skip some tests that are failing for python 3.12, because it tries

to install setuptools package during tests.
  * test_main_example
  * test_specific_version
  * test_pkgname_with_dashes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=29
This commit is contained in:
2024-02-29 14:12:52 +00:00
committed by Git OBS Bridge
parent 586575000a
commit 6fee0336f0
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 29 14:11:26 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Skip some tests that are failing for python 3.12, because it tries
to install setuptools package during tests.
* test_main_example
* test_specific_version
* test_pkgname_with_dashes
-------------------------------------------------------------------
Sat Nov 25 13:49:38 UTC 2023 - Dirk Müller <dmueller@suse.com>