Skip to content

Commit

Permalink
Revert "Try fixing types_old"
Browse files Browse the repository at this point in the history
This reverts commit b043786.
  • Loading branch information
Uri Granta committed Jun 24, 2024
1 parent b043786 commit e4dca43
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 23 deletions.
5 changes: 0 additions & 5 deletions common_build/types_old/constraints.txt

This file was deleted.

16 changes: 0 additions & 16 deletions common_build/types_old/requirements.txt

This file was deleted.

1 change: 0 additions & 1 deletion generate_constraints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ generate_for_env docs false
generate_for_env common_build/format false
generate_for_env common_build/taskipy false
generate_for_env common_build/types false
generate_for_env common_build/types_old false
generate_for_env notebooks true
generate_for_env tests/old true
generate_for_env tests/latest true
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ description =
tests_old_3: Run old tests part 3
tests_old_4: Run old tests part 4
commands =
types_old: pip install -r common_build/types_old/requirements.txt -c common_build/types_old/constraints.txt
types_old: pip install -r common_build/types/requirements.txt -c common_build/types/constraints.txt
types_old: pip install . -r tests/old/requirements.txt -c tests/old/constraints.txt
types_old: mypy {posargs}
# unlike tests this doesn't include the optional qhsri support
Expand Down

0 comments on commit e4dca43

Please sign in to comment.