Skip to content

Commit 00e407e

Browse files
committed
test_rust: remove command
1 parent 95d09ae commit 00e407e

File tree

4 files changed

+4
-73
lines changed

4 files changed

+4
-73
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
### Removed
5+
- Remove `test_rust` command. (`python setup.py test` is deprecated.) [#129](https://github.com/PyO3/setuptools-rust/pull/129)
6+
37
## 0.12.1 (2021-03-11)
48
### Fixed
59
- Fix some files unexpectedly missing from `sdist` command output. [#125](https://github.com/PyO3/setuptools-rust/pull/125)

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ distutils.commands =
3535
check_rust=setuptools_rust.check:check_rust
3636
clean_rust=setuptools_rust:clean_rust
3737
build_rust=setuptools_rust:build_rust
38-
test_rust=setuptools_rust:test_rust
3938
tomlgen_rust=setuptools_rust:tomlgen_rust
4039
distutils.setup_keywords =
4140
rust_extensions=setuptools_rust.setuptools_ext:rust_extensions

setuptools_rust/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from .check import check_rust
33
from .clean import clean_rust
44
from .extension import Binding, RustExtension, Strip
5-
from .test import test_rust
65
from .tomlgen import tomlgen_rust, find_rust_extensions
76
from .version import version as __version__
87

@@ -15,6 +14,5 @@
1514
"check_rust",
1615
"clean_rust",
1716
"find_rust_extensions",
18-
"test_rust",
1917
"tomlgen_rust",
2018
)

setuptools_rust/test.py

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

0 commit comments

Comments
 (0)