From 9d9508a8ad916e8db43c8d20908287c0b2495915 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sun, 17 Jul 2022 08:48:06 -0700 Subject: pin test dependencies --- tests/requirements.in | 1 + tests/requirements.txt | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 tests/requirements.in create mode 100644 tests/requirements.txt (limited to 'tests') diff --git a/tests/requirements.in b/tests/requirements.in new file mode 100644 index 0000000..e079f8a --- /dev/null +++ b/tests/requirements.in @@ -0,0 +1 @@ +pytest diff --git a/tests/requirements.txt b/tests/requirements.txt new file mode 100644 index 0000000..07ddd98 --- /dev/null +++ b/tests/requirements.txt @@ -0,0 +1,22 @@ +# +# This file is autogenerated by pip-compile with python 3.10 +# To update, run: +# +# pip-compile tests/requirements.in +# +attrs==21.4.0 + # via pytest +iniconfig==1.1.1 + # via pytest +packaging==21.3 + # via pytest +pluggy==1.0.0 + # via pytest +py==1.11.0 + # via pytest +pyparsing==3.0.9 + # via packaging +pytest==7.1.2 + # via -r tests/requirements.in +tomli==2.0.1 + # via pytest -- cgit v1.2.1