common-workflow-language / common-workflow-language/cwltool
Docker on Mac problem when I execute test_iwdr.py::test_iwdr_permutations_inplace
Open
- Dominant language
- Python
- Stars
- 376
- Forks
- 255
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 12
Description
On Mac environment.
To pass `test_iwdr.py::test_iwdr_permutations_inplace`
The docker on mac can not mount default TMPDIR location .
So fix this problem is following.
```
TMPDIR=$PWD pytest test_iwdr.py::test_iwdr_permutations_inplace
```
#328 is related this issue ?
Contributor guide
Assessment
This issue has not been assessed yet.