From 83b4cbd13c895e3c996c1d506972977bc2f80ea9 Mon Sep 17 00:00:00 2001 From: Sasa Kocic Date: Thu, 9 Dec 2021 00:11:00 +0100 Subject: [PATCH] use pytestwq --- .drone.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fcfdc45..d9f9a04 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,5 +7,5 @@ pipeline: - pip install --no-index --find-links=wheeldir -r requirements.txt - flake8 app - mkdir -p coverage - - nosetests -v tests/ + - pytest tests/ diff --git a/requirements.txt b/requirements.txt index 98fc8eb..6a0896c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ flask -nose +pytest flake8