From 0840a9e77885507c161752dcba9cce65b9563f67 Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 4 Dec 2023 13:19:50 +0000 Subject: [PATCH] improving testing --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 8a54c3d..3ded63e 100644 --- a/tox.ini +++ b/tox.ini @@ -5,8 +5,8 @@ skip_missing_interpreters = true [testenv] deps=pytest commands= - pytest -sv -m "test_local_only" -; pytest -sv -m "not test_local_only" +; pytest -sv -m "test_local_only" + pytest -sv -m "not test_local_only" [gh-actions] python =