conda / conda-lock

Lightweight lockfile for conda environments
https://conda.github.io/conda-lock/
Other
495 stars 103 forks source link

Tests emit files into git repo - desired behavior? #219

Open ericdill opened 2 years ago

ericdill commented 2 years ago

Hey @mariusvniekerk -- the test suite seems to modify tracked files in the test directory. These tracked files are modified after I run the test suite:

 M tests/test-environment-blas-mkl/conda-lock.yml
 M tests/test-pypi-resolve-gh155/conda-lock.yml
 M tests/zlib/conda-linux-64.lock
 M tests/zlib/conda-osx-64.lock
 M tests/zlib/conda-win-64.lock

Is this desired behavior?

mariusvniekerk commented 2 years ago

We should probably make this git ignored

ericdill commented 2 years ago

they're currently tracked. should we remove them from the repo?