Files
oopt-gnpy/tests/requirements.txt
Jan Kundrát 0ae341c2a5 tests: update to flake8 v5
flake8-html is now compatible with the v5 of this package, so let's use
it. Unfortunately, they killed the `--diff` option in v6, so we cannot
use it right now. I understand the reasoning as well as the fact that
it's easy to be broken, but I don't like broken CI that much.

Change-Id: I70dd686e097f411c39bfc53f83d519540687dd64
2023-01-18 22:25:48 +01:00

7 lines
105 B
Plaintext

build>=0.10.0,<1
pytest>=6.2.5,<7
pandas>=1.3.5,<2
# flake v6 killed the --diff option
flake8>=5.0.4,<6