Skip to content

Commit

Permalink
Merge pull request #14149 from dstansby/image-test-env
Browse files Browse the repository at this point in the history
Fix image test environment in devdocs
  • Loading branch information
Cadair committed Dec 9, 2022
2 parents 4d19c88 + 17f61fa commit 422eada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ v

.tmp
pip-wheel-metadata

# Files generated if figure tests are run
results
2 changes: 1 addition & 1 deletion docs/development/testguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ hashes and images.

To run the Astropy tests with the image comparison, use e.g.::

tox -e py39-test-image-mpl311
tox -e py39-test-image-mpl311-cov

However, note that the output can be sensitive to the operating system and
specific version of libraries such as freetype. In general, using tox will
Expand Down

0 comments on commit 422eada

Please sign in to comment.