summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2022-11-14 12:30:12 +0100
committerMiro Hrončok <miro@hroncok.cz>2022-11-14 12:30:12 +0100
commit96e5108f5d7c68f46dcd23f8e03878b1e94c395f (patch)
tree4eaa0eada31353035cc1c4f2150f84fe8e01469c /README.md
parentea92abe896f3763205bd281a40824b89746bebb3 (diff)
downloadcffi-96e5108f5d7c68f46dcd23f8e03878b1e94c395f.tar.gz
Drop py.code usage from tests, no longer depend on the deprecated py package
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b4b8488..d39d88d 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Testing/development tips
To run tests under CPython, run::
- pip install pytest py # if you don't have pytest and py already
+ pip install pytest # if you don't have pytest already
pip install pycparser
python setup.py build_ext -f -i
pytest c/ testing/