Skip to content

Commit

Permalink
Merge pull request #375 from joselsegura/rm_constraints
Browse files Browse the repository at this point in the history
Get rid of constraints
  • Loading branch information
joselsegura authored Jan 2, 2025
2 parents dea6b80 + 957abed commit 23d3783
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
44 changes: 0 additions & 44 deletions constraints.txt

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"boto3>=1.34.1,<1.35.91", # limited due to incompatibility between s3fs and newer versions of boto
"confluent-kafka>=2.0.0",
"insights-core>=3.1.2",
"insights-core-messaging>=1.2.10",
"insights-core-messaging>=1.2.15",
"jsonschema>=4.0.0",
"prometheus-client>=0.16.0",
"python-json-logger>=2.0.7,<4",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ minversion = 3.18.0
envlist = py{311,312}

[testenv]
setenv = PIP_CONSTRAINT=constraints.txt
usedevelop = True
deps = -r requirements.txt
install_command = pip install {opts} {packages}
extras = dev
commands =
Expand Down

0 comments on commit 23d3783

Please sign in to comment.