From cb7b45fa7ebb752ec8d9767cf5ab23b243276d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pogoda?= <mipo57@e-science.pl> Date: Mon, 19 Jun 2023 08:31:00 +0200 Subject: [PATCH] bump tox version --- .gitlab-ci.yml | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ada971..42907cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: - test - build before_script: - - pip install tox==2.9.1 + - pip install tox==4.5.1 pep8: stage: check_style diff --git a/tox.ini b/tox.ini index a188200..e24177c 100644 --- a/tox.ini +++ b/tox.ini @@ -18,8 +18,8 @@ commands = [testenv:tests] deps = - -r requirements.txt - -r requirements.dev.txt + -rrequirements.txt + -rrequirements.dev.txt basepython = python3.8 commands = pytest tests/ -- GitLab