Skip to content

Commit

Permalink
remove pbr from Pipfile
Browse files Browse the repository at this point in the history
Not actually needed by jira, just as a dev dependency.

Change-Id: I0a594531e14102ca76f731594838144420d436a1
  • Loading branch information
hrantzsch committed Aug 15, 2024
1 parent 58e4edb commit 0fd8fc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ pysnmp-lextudio = "==6.1.2" # needed by Event Console
snmpsim-lextudio = "==1.1.0" # needed by pysnmp integration tests
urllib3 = "*" # needed by requests
pyopenssl = "*"
pbr = "==5.11.1" # needed by jira
pyghmi = "==1.5.60" # needed by base for IPMI
requests = "*"
requests-kerberos = "==0.14.0" # needed by check_bi_aggr
Expand Down
18 changes: 4 additions & 14 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion tests/code_quality/test_pipfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ def get_undeclared_dependencies() -> Iterable[Import]:

CEE_UNUSED_PACKAGES = [
"cython",
"pbr",
"ply",
"psycopg2-binary",
"pymssql",
Expand Down

0 comments on commit 0fd8fc4

Please sign in to comment.