allesctf / 2023

4 stars 1 forks source link

Missing folder /src/headless confuses poetry install #1

Open UweKrause opened 11 months ago

UweKrause commented 11 months ago

"Missing" folder ./src/headless confuses poetry install. Path /root/2023/challenges/dino-game/deploy/src/headless for headless does not exist.

In discord chat, alles staff said the headless files "were just for testing. You can simply remove the lines mentioning headless from the pyproject.toml file".

I will try this advice and then (maybe?) add a PR.

UweKrause commented 11 months ago

I did not add a pull request, because if one just removes the two mentioned lines (in pyproject.toml) poetry whines because the changed pyproject.toml is not in sync with the poetry.lock anymore. To fix this, just run poetry lock --no-updates.

My PR would either