Skip to content

Commit

Permalink
doc: Some pytest install clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Oct 15, 2018
1 parent 9249a2a commit e463b89
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Installing dependencies

Installing dependencies should be easy using your local package manager. Note
that pytest 3.6 or newer is required, if your distribution lacks this you will
have to install it through:
---------------------
pip install -U pytest
---------------------
have to install it e.g. through:
-------------------------
pip install "pytest>=3.6"
-------------------------


Debian/Ubuntu
Expand All @@ -48,11 +48,12 @@ repositories.
Fedora/RHEL/CentOS
~~~~~~~~~~~~~~~~~~

On Fedora and RHEL/CentOS (with EPEL) you can use `yum`:
On Fedora and RHEL/CentOS (with EPEL) you can try `yum` or `dnf`:
-------------
sudo yum install python3-pytest python3-pexpect dejagnu tcllib
-------------
This should also install the necessary dependencies.
This should also install the necessary dependencies. At time of writing, only
Fedora 29 comes with recent enough pytest.



Expand Down

0 comments on commit e463b89

Please sign in to comment.