From: Daniele Varrazzo Date: Wed, 7 Dec 2022 22:28:08 +0000 (+0000) Subject: docs: drop tox from readme X-Git-Tag: 3.1.5~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91da216352b1d34986232c664ad201bd96069e75;p=thirdparty%2Fpsycopg.git docs: drop tox from readme I don't really use in for development, so it's better not suggesting it. --- diff --git a/README.rst b/README.rst index 68c93a634..50934d83d 100644 --- a/README.rst +++ b/README.rst @@ -66,21 +66,10 @@ requirements:: Please add ``--config-settings editable_mode=strict`` to the ``pip install -e`` above if you experience `editable mode broken`__. -.. __: https://github.com/pypa/setuptools/issues/3557? +.. __: https://github.com/pypa/setuptools/issues/3557 -Now hack away! You can use tox to validate the code:: - - pip install "tox < 4" - tox -p4 - -and to run the tests:: +Now hack away! You can run the tests using:: psql -c 'create database psycopg_test' export PSYCOPG_TEST_DSN="dbname=psycopg_test" - tox -c psycopg -s - tox -c psycopg_c -s - -Please look at the commands definitions in the ``tox.ini`` files if you want -to run some of them interactively: the dependency should be already in your -virtualenv. Feel free to adapt these recipes if you follow a different -development pattern. + pytest