File: fix-pyprojects-pytest-opts.patch

package info (click to toggle)
python-hvac 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,812 kB
  • sloc: python: 29,385; makefile: 42; sh: 14
file content (16 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix pyproject.toml pytest opts
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2024-12-17

--- python-hvac-2.3.0.orig/pyproject.toml
+++ python-hvac-2.3.0/pyproject.toml
@@ -88,7 +88,7 @@ setuptools = "^69"
 
 
 [tool.pytest.ini_options]
-addopts = "-n auto --dist worksteal"
+addopts = "-n auto"
 
 [tool.typos.default.extend-words]
 Hashi = "Hashi"