Open krystophny opened 3 years ago
Additional observations on Windows (using conda environment):
Steps to reproduce:
conda install -n profit_env pip
conda activate profit_env
pip install profit
profit --help
profit --help
... ... ...
Robert suggests: Test with zeromq
(no interface file) and fork=false
(no multiprocessing)
Adding fork: false
to the (local) runner and class: zeromq
to interface in run in profit.yaml solves the problem.
Additionally the symbolic links were replaced with the actual files.
Observations/Actions on Windows:
python
from command line to run tests viaprofit run
~python.exe
has to be copied topython3.exe
to enable tests designed for Ubuntu