Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed tests/control/__init__.py
Empty file.
11 changes: 0 additions & 11 deletions tests/control/dummy-cs-pyaml/dummy-cs-pyaml/__init__.py

This file was deleted.

37 changes: 0 additions & 37 deletions tests/control/dummy-cs-pyaml/dummy-cs-pyaml/dummy_controlsystem.py

This file was deleted.

11 changes: 11 additions & 0 deletions tests/dummy_cs/tango-pyaml/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.version]
path = "tango/pyaml/__init__.py"

# Install tango-pyaml as a sub module of tango (to avoid __init__.py conflicts)
[tool.hatch.build.targets.wheel]
packages = ["tango"]

[project]
name = "tango-pyaml"
description = "PyAML Tango CS mocking"
Expand Down
11 changes: 0 additions & 11 deletions tests/dummy_cs/tango-pyaml/tango/__init__.py

This file was deleted.

1 change: 1 addition & 0 deletions tests/dummy_cs/tango-pyaml/tango/pyaml/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.0.1"
Loading