Skip to content

Commit

Permalink
test: remove .lock file test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Peterka committed Feb 15, 2024
1 parent 91c4d4a commit 3176911
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,6 @@ rm README.md

#############################################
## run tests
echo "-- Test poetry/poetry.lock"
git reset --hard
rm -rf .gira_cache output.txt
sed -i 's/1.0.0/1.1.0/g' poetry/poetry.lock
gira -c poetry/pyproject.toml | tee output.txt
grep dep1-poetry output.txt
grep "1.0.0" output.txt
grep "1.1.0" output.txt
grep OCD-1234 output.txt
grep -v OCD-567 output.txt


echo "-- Test poetry/pyproject.toml"
git reset --hard
rm -rf .gira_cache output.txt
Expand Down

0 comments on commit 3176911

Please sign in to comment.