Marcel Telka
2024-04-03 1e5fef1a8c653f8be12b2aeadac3a818fa113f55
commit | author | age
c630cd 1 Reverts https://github.com/jaraco/keyring/commit/6ff02e0eefcd90e271cefd326b460ecfa0e3eb9e
MT 2 We do have pytest 8.1.1
3
4 --- keyring-25.1.0/pytest.ini.orig
5 +++ keyring-25.1.0/pytest.ini
6 @@ -1,9 +1,6 @@
7  [pytest]
8  norecursedirs=dist build .tox .eggs
9 -addopts=
10 -    --doctest-modules
11 -    --import-mode importlib
12 -consider_namespace_packages=true
13 +addopts=--doctest-modules
14  filterwarnings=
15      ## upstream
16  
17 --- keyring-25.1.0/setup.cfg.orig
18 +++ keyring-25.1.0/setup.cfg
19 @@ -29,7 +29,7 @@
20  
21  [options.extras_require]
22  testing = 
23 -    pytest >= 6, != 8.1.1
24 +    pytest >= 6
25      pytest-checkdocs >= 2.4
26      pytest-cov
27      pytest-mypy