Open rusheb opened 1 year ago
One warning appears to be coming from setuptools, keen to suppress it: https://github.com/AISC-understanding-search/maze-transformer/pull/120/files
Can't seem to replicate the other ones locally, even with pytest --cache-clear
although I can see them in CI 🤔
Also let me know if you have any pointers for resolving these, they don't seem to include the callstacks that triggered them
@luciaquirke just looked into this and I also had difficulty replicating the issues. I cloned a fresh copy of the repo and then they showed up:
g clone git@github.com:aisc-understanding-search/maze-transformer ./mt2
cd ./mt2
poetry install
make unit
Oh, In my original copy I deleted the project .venv
then re-ran poetry install
and that made them show up too.
Maybe you could also do poetry install --sync
and see if that gets them to show up
A few warnings have crept into the test output.
We should resolve them and consider converting warnings into errors
Any warnings that we don't want to or cant resolve should be explicitly filtered out in the pytest section of
pyproject.toml