Skip to content

Commit

Permalink
dedup pygments dependency definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Oct 24, 2024
1 parent f8b4e78 commit cb9fb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.tools
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ python_requirement(
"pytest-benchmark[histogram]==3.4.1", # used for st2common/benchmarks
# "pytest-timer[colorama]", # report test timing (--with-timer ala nose-timer)
"pytest-icdiff", # make diff output easier to read
"pygments", # highlight code in tracebacks
# "pygments", # highlight code in tracebacks (already included in requirements-pants.txt)
#
# other possible plugins
# "pytest-timeout", # time limit on tests
Expand Down

0 comments on commit cb9fb6b

Please sign in to comment.