Hi,
This is regarding the 'failure' I am getting on running 'pytest' after installing the
developer version, as per instructions on this page :
https://docs.astropy.org/en/latest/development/workflow/get_devel_version.html .
#
I could successfully run upto the command :
> pip install -e .[test]
given in the section : “Activate” the development version of astropy .
#
Thereafter, I get in python :
>>> import astropy
>>> astropy.__version__
'0.1.dev35076+g09e5467'
#
On running '> pytest' in my terminal (bash shell) as per instruction in section : Test your development copy ,
I get the following 1 failure at the end :
======================================================== FAILURES =========================================================
____________________________________ [doctest] astropy.utils.introspection.minversion _____________________________________
EXAMPLE LOCATION UNKNOWN, not showing all tests of that example
??? >>> minversion(astropy, '0.4.4')
Expected:
True
Got:
False
/...path.../astropy/astropy/utils/introspection.py:None: DocTestFailure
================================================= short test summary info =================================================
FAILED astropy/utils/introspection.py::astropy.utils.introspection.minversion
========================== 1 failed, 25031 passed, 757 skipped, 179 xfailed in 240.00s (0:03:59) ==========================
I tried installing the latest developement version again, but to no avail.
I am running python 3.8 in a miniconda virtual environ created for the purpose of
installing the development version explicitly.
Posting here first because not sure if it is a bug or some oversight in installation on my part.
Thanks
- Kshitiz