Skip to content

Commit

Permalink
Remove pytest-itde plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 22, 2024
1 parent ed82c5e commit b0e559e
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 806 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "exasol-integration-test-docker-environment"
packages = [
{ include = "exasol_integration_test_docker_environment" },
{ include = "pytest_itde" }
]
version = "2.1.0"
description = "Integration Test Docker Environment for Exasol"
Expand Down Expand Up @@ -42,15 +41,10 @@ importlib_resources = ">=5.4.0" #Needed to copy resource files, can be removed a
"stopwatch.py" = ">=1.0.0"
exasol-bucketfs = ">=0.6.0,<2.0.0"
pytest = "^7.2.2"
pyexasol = "^0.25.2"
fabric = "^3.0.1"
portalocker = "^2.7.0"
exasol-error-reporting = "^0.4.0"

[tool.poetry.plugins.pytest11]
itde = "pytest_itde"


[tool.poetry.group.dev.dependencies]
toml = ">=0.10.2"
nox = "^2022.1.7"
Expand Down
250 changes: 0 additions & 250 deletions pytest_itde/__init__.py

This file was deleted.

Loading

0 comments on commit b0e559e

Please sign in to comment.