https://github.com/xflr6/graphviz
Revision 6fe8c4e3bc3d5a8a053115e238f1cc974cd793b5 authored by Eli Schwartz on 04 December 2023, 09:05:52 UTC, committed by GitHub on 04 December 2023, 09:05:52 UTC
The PyPI standalone mock package is a straight backport of the stdlib to
older versions of python. It is usually not needed.

In this case, the required version of mock is >=4, which backports the
python 3.8 stdlib. The minimum version of python required is already
3.8, so all functionality guaranteed to exist is already part of the
stdlib.

Simply use the stdlib directly.
1 parent 448d1a0
History
Tip revision: 6fe8c4e3bc3d5a8a053115e238f1cc974cd793b5 authored by Eli Schwartz on 04 December 2023, 09:05:52 UTC
migrate from external mock package to stdlib unittest.mock (#212)
Tip revision: 6fe8c4e
File Mode Size
.binder
.github
docs
examples
graphviz
tests
.gitattributes -rw-r--r-- 20 bytes
.gitignore -rw-r--r-- 285 bytes
.readthedocs.yml -rw-r--r-- 252 bytes
CHANGES.rst -rw-r--r-- 21.1 KB
LICENSE.txt -rw-r--r-- 1.1 KB
MANIFEST.in -rw-r--r-- 321 bytes
README.rst -rw-r--r-- 10.0 KB
build-docs.py -rwxr-xr-x 2.1 KB
conftest.py -rw-r--r-- 1.7 KB
lint-code.py -rwxr-xr-x 682 bytes
requirements.txt -rw-r--r-- 116 bytes
run-tests.py -rwxr-xr-x 631 bytes
setup.cfg -rw-r--r-- 750 bytes
setup.py -rw-r--r-- 1.8 KB
tox.ini -rw-r--r-- 144 bytes
try-examples.py -rwxr-xr-x 1.4 KB
update-help.py -rwxr-xr-x 4.3 KB

README.rst

back to top