From a91033cfb5578cfd35f5217ad8671defbc01a8e7 Mon Sep 17 00:00:00 2001 From: Maja Jablonska <majajjablonska@gmail.com> Date: Sun, 28 Jan 2024 15:34:04 +0100 Subject: [PATCH] Remove pytest from tox --- .gitlab-ci.yml | 3 +-- tox.ini | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c520a16..313ca72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,9 +21,8 @@ before_script: test: script: - - pip install tox # you can also use tox + - pip install pytest tox # you can also use tox - pip install --editable ".[test]" - - python -c "import combo" - python -m tox -e py diff --git a/tox.ini b/tox.ini index bf08cc4..a20a466 100644 --- a/tox.ini +++ b/tox.ini @@ -2,5 +2,4 @@ envlist = py [testenv] -deps = pytest commands = pytest {posargs} \ No newline at end of file -- GitLab