Skip to content

Commit 1615a85

Browse files
Require filecheck >= v1.0.0 (#4424)
Fixes `ModuleNotFoundError: No module named 'filecheck.options'` Signed-off-by: Whitney Tsang <[email protected]>
1 parent e597ec1 commit 1615a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Keep in sync with extra_require.tests from setup.py
2-
filecheck
2+
filecheck>=1.0.0
33
lit
44
numpy
55
pytest

0 commit comments

Comments
 (0)