Skip to content

Commit 4f9b6a8

Browse files
Partial fix for tox
1 parent d21dfae commit 4f9b6a8

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ __pycache__/
77
*.so
88

99
# Generated files
10-
src/roman_datamodels/datamodels/_generated/
10+
src/roman_datamodels/datamodels/_generated/**/*.py
1111

1212
# Distribution / packaging
1313
.Python

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
graft src/roman_datamodels/datamodels/_generated/**.py
1+
graft src/roman_datamodels/datamodels/_generated/**/*.py

src/roman_datamodels/datamodels/_generated/.gitkeep

Whitespace-only changes.

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ commands =
2424
pre-commit run {posargs:--color always --all-files --show-diff-on-failure}
2525

2626
[testenv]
27+
package =
28+
wheel
2729
description =
2830
run tests
2931
rad: with latest commit of `rad`

0 commit comments

Comments
 (0)