Changes between Initial Version and Version 1 of Ticket #64045


Ignore:
Timestamp:
Nov 23, 2021, 5:31:15 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64045 – Description

    initial v1  
    77This won't work if the port is in a clean state at the time the portfile is parsed because ${worksrcpath} and its contents don't exist yet.
    88
    9 For example: `sudo port clean py39-pyzstd && sudo port test py39-pyzstd` fails:
     9For example: `sudo port clean py39-pyzstd && sudo port test py39-pyzstd` fails because `PYTHONPATH` is empty:
    1010
     11{{{
     12:debug:test Environment:
     13}}}
     14{{{
     15:debug:test PYTHONPATH=''
     16}}}
    1117{{{
    1218:info:test test_zstd (unittest.loader._FailedTest) ... ERROR