graphql-engine/server/tests-py/requirements.txt
Samir Talwar b690a3fc3a server/tests-py: Install the pytest-durations plugin.
[pytest-durations][] is an enhancement to pytest over the built-in
[`--durations` parameter][] which also shows the duration of setup,
teardown, and fixtures that take the longest.

While it's not strictly necessary now, I used it to figure out what was
taking so long when trying to run things in parallel, and found it very
helpful, so I think it's worth preserving.

[pytest-durations]: https://pypi.org/project/pytest-durations/
[`--durations` parameter]: https://docs.pytest.org/en/6.2.x/usage.html#profiling-test-execution-duration

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5480
GitOrigin-RevId: b789418dd4c971adb91e08b7837a962bede44452
2022-08-15 16:15:37 +00:00

46 lines
892 B
Plaintext

# Do not modify this file directly. Instead, modify server/tests-py/requirements-top-level.txt.
# Then, run `make server/tests-py/requirements.txt` to regenerate this file.
aniso8601==7.0.0
async-timeout==4.0.2
attrs==22.1.0
certifi==2022.6.15
cffi==1.15.1
charset-normalizer==2.1.0
croniter==1.3.5
cryptography==3.4.8
Deprecated==1.2.13
execnet==1.9.0
graphene==2.1.9
graphql-core==2.3.2
graphql-relay==2.0.1
greenlet==1.1.2
idna==3.3
iniconfig==1.1.1
jsondiff==2.0.0
packaging==21.3
pluggy==1.0.0
promise==2.3
psycopg2-binary==2.9.3
py==1.11.0
pycparser==2.21
PyJWT==2.3.0
pyparsing==3.0.9
pytest==6.2.5
pytest-durations==1.2.0
pytest-forked==1.4.0
pytest-xdist==2.5.0
python-dateutil==2.8.2
PyYAML==6.0
redis==4.3.4
requests==2.28.1
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.6
Rx==1.6.1
six==1.16.0
SQLAlchemy==1.4.40
toml==0.10.2
urllib3==1.26.11
websocket-client==0.56.0
wrapt==1.14.1