Changes between Initial Version and Version 1 of Ticket #40723


Ignore:
Timestamp:
Oct 10, 2013, 12:54:35 PM (11 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers py27-pytest).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40723

    • Property Owner changed from macports-tickets@… to stromnov@…
    • Property Keywords py27-py removed
    • Property Port py-pytest added; py27-pytest removed
    • Property Summary changed from py27-pytest does not install py27-py to py27-pytest should depend on py27-py
  • Ticket #40723 – Description

    initial v1  
    11pytest has a hard dependency on py. After running
    22
     3{{{
    34sudo port install py27-pytest
     5}}}
    46
    57and running py.test, the following error is seen:
    68
     9{{{
    710Traceback (most recent call last):
    811  File "/opt/local/bin/py.test-2.7", line 5, in <module>
     
    1518    raise DistributionNotFound(req)
    1619pkg_resources.DistributionNotFound: py>=1.4.12
     20}}}
    1721
    1822This can be solved by running sudo port install py27-py.