Skip to content

Commit 043c019

Browse files
committed
Remove unused mock dependency
1 parent a090381 commit 043c019

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Please report any bugs on the `issue tracker
127127
Tests
128128
-----
129129

130-
Unit tests require the ``pytest`` and ``mock`` libraries and can be
130+
Unit tests require the ``pytest`` library and can be
131131
run using the ``py.test`` command in the root directory.
132132

133133
Test data are contained in a separate `html5lib-tests

requirements-test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ flake8>=3.8.1,<3.9
55
pytest>=5.4.2,<7
66
coverage>=5.1,<6
77
pytest-expect>=1.1.0,<2
8-
mock>=4.0.2,<5

0 commit comments

Comments
 (0)