nose2 replaces nose for the unit tests

This commit is contained in:
Cédric Bonhomme 2019-12-19 23:03:49 +01:00
parent 71f6c08c28
commit 04531488ca
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
4 changed files with 75 additions and 12 deletions

View file

@ -13,8 +13,8 @@ crayons = "^0.3.0"
[tool.poetry.dev-dependencies]
mypy = "^0.750"
nose = "^1.3.7"
flake8 = "^3.7.9"
nose2 = "^0.9.1"
[build-system]
requires = ["poetry>=0.12"]