common-workflow-language / common-workflow-language/cwltool

Docker on Mac problem when I execute test_iwdr.py::test_iwdr_permutations_inplace

Open
#1,018 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.