Switch to use regular non-namespaced package

This commit is contained in:
Alex Mykyta
2022-06-09 20:24:53 -07:00
parent 693040d145
commit 8d13a9d7fe
52 changed files with 26 additions and 27 deletions

View File

@@ -23,7 +23,7 @@ export SKIP_SYNTH_TESTS=1
pytest --workers auto
# Run lint
pylint --rcfile $this_dir/pylint.rc ../src/peakrdl
pylint --rcfile $this_dir/pylint.rc ../src/peakrdl_regblock
# Run static type checking
mypy $this_dir/../src/peakrdl
mypy $this_dir/../src/peakrdl_regblock