IMTEK-Simulation / NuMPI

Utilities for MPI-parallel numerical calculations with Python
MIT License
2 stars 1 forks source link

pytest-flake8 fails #57

Closed sannant closed 2 years ago

sannant commented 2 years ago

https://github.com/IMTEK-Simulation/NuMPI/runs/7651995665?check_suite_focus=true

This appears between vs. 4 and 5 of the flake8 package, as can be seen from these test runs:

https://github.com/ContactEngineering/SurfaceTopography/runs/7628689394?check_suite_focus=true https://github.com/ContactEngineering/SurfaceTopography/runs/7583572728?check_suite_focus=true

Here the different pip list: broken.txt working.txt

sannant commented 2 years ago

quick fix in https://github.com/IMTEK-Simulation/NuMPI/pull/58. : require an old flake8 version.

I think on the long run flake8 and pytest will converge again and the problem will solve on its own.