summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 08:48:06 -0700
committerDavid Lord <davidism@gmail.com>2022-07-17 09:16:47 -0700
commit9d9508a8ad916e8db43c8d20908287c0b2495915 (patch)
tree9dc8496a6f3f663c2effc27e06151fcdf1be6267 /tests
parent212cc5508551ccfe27c1786ac1dadc45ddfef08f (diff)
downloadblinker-9d9508a8ad916e8db43c8d20908287c0b2495915.tar.gz
pin test dependencies
Diffstat (limited to 'tests')
-rw-r--r--tests/requirements.in1
-rw-r--r--tests/requirements.txt22
2 files changed, 23 insertions, 0 deletions
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