Changes between Initial Version and Version 1 of Ticket #64045
- Timestamp:
- Nov 23, 2021, 5:31:15 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64045 – Description
initial v1 7 7 This 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. 8 8 9 For example: `sudo port clean py39-pyzstd && sudo port test py39-pyzstd` fails :9 For example: `sudo port clean py39-pyzstd && sudo port test py39-pyzstd` fails because `PYTHONPATH` is empty: 10 10 11 {{{ 12 :debug:test Environment: 13 }}} 14 {{{ 15 :debug:test PYTHONPATH='' 16 }}} 11 17 {{{ 12 18 :info:test test_zstd (unittest.loader._FailedTest) ... ERROR