python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / pyperclip / patches / 01-tox.ini.patch
blobf0ae34f78446966d54c604fe078b91e3c2aa118b
1 https://github.com/asweigart/pyperclip/issues/245
3 --- /dev/null
4 +++ pyperclip-1.9.0/tox.ini
5 @@ -0,0 +1,13 @@
6 +# tox (https://tox.readthedocs.io/) is a tool for running tests
7 +# in multiple virtualenvs. This configuration file will run the
8 +# test suite on all supported python versions. To use it, "pip install tox"
9 +# and then run "tox" from this directory.
11 +[tox]
12 +envlist = py27, py35, py36, py37, py38, py39, py310
14 +[testenv]
15 +deps =
17 +commands =
18 + python tests/test_pyperclip.py