Skip to content

Commit

Permalink
fix: include pytest in requirements.txt (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff committed Jun 7, 2021
1 parent ee32211 commit 917867c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/templates/template-common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pyyaml

#::: } :::#

#::: if (it.include_tests) { :::#
#::: if (it.include_test) { :::#
pytest
#::: } :::#
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ datasets

#::: } :::#

#::: if (it.include_tests) { :::#
#::: if (it.include_test) { :::#
pytest
#::: } :::#
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pyyaml

#::: } :::#

#::: if (it.include_tests) { :::#
#::: if (it.include_test) { :::#
pytest
#::: } :::#
2 changes: 1 addition & 1 deletion src/templates/template-vision-dcgan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pyyaml

#::: } :::#

#::: if (it.include_tests) { :::#
#::: if (it.include_test) { :::#
pytest
#::: } :::#
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ image_dataset_viz

#::: } :::#

#::: if (it.include_tests) { :::#
#::: if (it.include_test) { :::#
pytest
#::: } :::#

0 comments on commit 917867c

Please sign in to comment.