Skip to content

Commit

Permalink
Remove --ignore-foreign-key-constraints from pudl_etl call used in to…
Browse files Browse the repository at this point in the history
…x -e nuke
  • Loading branch information
zaneselvans committed Mar 11, 2022
1 parent d298966 commit 92e6ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ commands =
{[testenv:integration]commands}
bash -c 'rm -f tox-nuke.log'
bash -c 'coverage run --append src/pudl/convert/ferc1_to_sqlite.py --logfile tox-nuke.log --clobber src/pudl/package_data/settings/etl_full.yml'
bash -c 'coverage run --append src/pudl/cli.py --logfile tox-nuke.log --ignore-foreign-key-constraints --clobber src/pudl/package_data/settings/etl_full.yml'
bash -c 'coverage run --append src/pudl/cli.py --logfile tox-nuke.log --clobber src/pudl/package_data/settings/etl_full.yml'
pytest --live-dbs {posargs} {[testenv]covargs} \
--etl-settings src/pudl/package_data/settings/etl_full.yml \
test/integration
Expand Down

0 comments on commit 92e6ca2

Please sign in to comment.