mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 19:16:42 +02:00
24 lines
667 B
Diff
24 lines
667 B
Diff
Patch-Source: https://github.com/matrix-org/pantalaimon/commit/6638393042654b3f497ac1ea4b5f550b7024b490.patch
|
|
--
|
|
From 6638393042654b3f497ac1ea4b5f550b7024b490 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Damir=20Jeli=C4=87?= <poljar@termina.org.uk>
|
|
Date: Thu, 25 May 2023 19:57:25 +0200
|
|
Subject: [PATCH] Fix tox
|
|
|
|
---
|
|
tox.ini | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tox.ini b/tox.ini
|
|
index c3a2630..d90feda 100644
|
|
--- a/tox.ini
|
|
+++ b/tox.ini
|
|
@@ -5,7 +5,7 @@ envlist = coverage
|
|
deps = -rtest-requirements.txt
|
|
install_command = pip install {opts} {packages}
|
|
|
|
-passenv = TOXENV CI
|
|
+passenv = TOXENV,CI
|
|
commands = pytest
|
|
|
|
[testenv:coverage]
|