1
0
Fork 0

Go back to one requirements.txt, simplify workflow

The workflow can now use .pylintrc and the pylint req in
requirements.txt rather than having the options inline and installing it
separately
This commit is contained in:
Joel Bradshaw 2022-06-05 14:56:47 -07:00
parent b3603c04c5
commit 6584cb6404
4 changed files with 10 additions and 12 deletions

View file

@ -26,3 +26,12 @@ opentelemetry-sdk==1.8.0
opentelemetry-exporter-otlp-proto-grpc==1.8.0
opentelemetry-instrumentation-django==0.27b0
opentelemetry-instrumentation-celery==0.27b0
# Dev
pytest-django==4.1.0
pytest==6.1.2
pytest-cov==2.10.1
pytest-env==0.6.2
pytest-xdist==2.3.0
pytidylib==0.3.2
pylint==2.14.0