Skip to content
Snippets Groups Projects
Commit f2e66db0 authored by nynhex's avatar nynhex
Browse files

Locks pytest/deps as well as others to convert errors to warns

parent 77611fda
No related branches found
No related tags found
No related merge requests found
...@@ -4,16 +4,16 @@ verify_ssl = true ...@@ -4,16 +4,16 @@ verify_ssl = true
[dev-packages] [dev-packages]
"autopep8" = "*" "autopep8" = "*"
"gprof2dot" = "*" "gprof2dot" = "==2017.9.19"
"pep8" = "*" "pep8" = "*"
"pyprof2calltree" = "*" "pyprof2calltree" = "*"
"urllib3" = "*" "urllib3" = "*"
asynctest = "*" asynctest = "*"
autoflake = "*" autoflake = "*"
awscli = "*" awscli = "==1.16.49"
certifi = "*" certifi = "*"
crayons = "*" crayons = "==0.1.2"
cython = "*" cython = "==0.29"
ipython = "*" ipython = "*"
isort = "*" isort = "*"
jsonschema = "==2.6.0" jsonschema = "==2.6.0"
...@@ -24,12 +24,12 @@ pre-commit = "*" ...@@ -24,12 +24,12 @@ pre-commit = "*"
progress = "*" progress = "*"
pydevd = "*" pydevd = "*"
pylint = "*" pylint = "*"
pytest = "*" pytest = "==3.10.0"
pytest-asyncio = "*" pytest-asyncio = "==0.9.0"
pytest-console-scripts = "*" pytest-console-scripts = "==0.1.7"
pytest-cov = "*" pytest-cov = "==2.6.0"
pytest-docker = "*" pytest-docker = "==0.6.1"
pytest-mock = "*" pytest-mock = "==1.10.0"
pytest-profiling = "*" pytest-profiling = "*"
pytest-pylint = "*" pytest-pylint = "*"
pytest-sanic = "*" pytest-sanic = "*"
...@@ -37,7 +37,7 @@ pytest-timeout = "*" ...@@ -37,7 +37,7 @@ pytest-timeout = "*"
python-rapidjson = "*" python-rapidjson = "*"
requests = "*" requests = "*"
yapf = "*" yapf = "*"
funcy = "*" funcy = "==1.11"
vprof = "*" vprof = "*"
[packages] [packages]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment