Skip to content

Commit c2cba0c

Browse files
committed
add pytest for github actions
1 parent 1b1d8dd commit c2cba0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements/lint.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pylint
2+
pytest
23
black==20.8b1; python_version >= "3.6" and implementation_name=="cpython"

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest-cov>=2.3.1
2-
pytest==6.2.2
2+
pytest
33
typing_extensions==3.7.4.2;python_version<"3.8"
44
-e .

0 commit comments

Comments
 (0)