Skip to content

Commit 3315799

Browse files
[Cherry pick] Remove Dockefile.rocm; rename tests to test in setup and pyproject.toml (#445)
* update version to 1.1.0 * correct branch name to release/1.1 in document * remove Dockefile.rocm; rename tests to test in setup and pyproject.toml
1 parent e83229d commit 3315799

File tree

3 files changed

+2
-38
lines changed

3 files changed

+2
-38
lines changed

Dockerfile.rocm

Lines changed: 0 additions & 36 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Documentation = "https://paddlescience-docs.readthedocs.io/zh/latest/"
6060

6161
[tool.setuptools.packages.find]
6262
where = ["."]
63-
exclude = ["docs*", "examples*", "jointContribution*", "test_tipc*", "tests*", "tools*"]
63+
exclude = ["docs*", "examples*", "jointContribution*", "test_tipc*", "test*", "tools*"]
6464

6565
[tool.ruff]
6666
line-length = 88

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def readme():
2929
"examples",
3030
"jointContribution",
3131
"test_tipc",
32-
"tests",
32+
"test",
3333
"tools",
3434
)
3535
),

0 commit comments

Comments
 (0)