@@ -29,7 +29,7 @@ reference.
29
29
* `NumPy <https://numpy.org >`_ (>= 1.23)
30
30
* `packaging <https://pypi.org/project/packaging/ >`_ (>= 20.0)
31
31
* `Pillow <https://pillow.readthedocs.io/en/latest/ >`_ (>= 9.0)
32
- * `pyparsing <https://pypi.org/project/pyparsing/ >`_ (>= 2.3.1 )
32
+ * `pyparsing <https://pypi.org/project/pyparsing/ >`_ (>= 3 )
33
33
34
34
35
35
.. _optional_dependencies :
@@ -346,7 +346,6 @@ otherwise they must be installed manually:
346
346
- pikepdf _ used in some tests for the pgf and pdf backends
347
347
- psutil _ used in testing the interactive backends
348
348
- pytest-cov _ (>= 2.3.1) to collect coverage information
349
- - pytest-flake8 _ to test coding standards using flake8 _
350
349
- pytest-timeout _ to limit runtime in case of stuck tests
351
350
- pytest-xdist _ to run tests in parallel
352
351
- pytest-xvfb _ to run tests without windows popping up (Linux)
@@ -373,15 +372,13 @@ them will be skipped by pytest.
373
372
.. _Ghostscript : https://ghostscript.com/
374
373
.. _Inkscape : https://inkscape.org
375
374
.. _WenQuanYi Zen Hei : http://wenq.org/en/
376
- .. _flake8 : https://pypi.org/project/flake8/
377
375
.. _nbconvert : https://pypi.org/project/nbconvert/
378
376
.. _nbformat : https://pypi.org/project/nbformat/
379
377
.. _pandas : https://pypi.org/project/pandas/
380
378
.. _pikepdf : https://pypi.org/project/pikepdf/
381
379
.. _psutil : https://pypi.org/project/psutil/
382
380
.. _pytz : https://fonts.google.com/noto/use#faq
383
381
.. _pytest-cov : https://pytest-cov.readthedocs.io/en/latest/
384
- .. _pytest-flake8 : https://pypi.org/project/pytest-flake8/
385
382
.. _pytest-timeout : https://pypi.org/project/pytest-timeout/
386
383
.. _pytest-xdist : https://pypi.org/project/pytest-xdist/
387
384
.. _pytest-xvfb : https://pypi.org/project/pytest-xvfb/
0 commit comments