Skip to content

Commit

Permalink
test_rust: remove command
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Mar 19, 2021
1 parent a31b6d6 commit 99bc4c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 73 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased
### Removed
- Remove `test_rust` command. (`python setup.py test` is deprecated.) [#129](https://github.com/PyO3/setuptools-rust/pull/129)

## 0.12.1 (2021-03-11)
### Fixed
- Fix some files unexpectedly missing from `sdist` command output. [#125](https://github.com/PyO3/setuptools-rust/pull/125)
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ distutils.commands =
check_rust=setuptools_rust.check:check_rust
clean_rust=setuptools_rust:clean_rust
build_rust=setuptools_rust:build_rust
test_rust=setuptools_rust:test_rust
tomlgen_rust=setuptools_rust:tomlgen_rust
distutils.setup_keywords =
rust_extensions=setuptools_rust.setuptools_ext:rust_extensions
2 changes: 0 additions & 2 deletions setuptools_rust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from .check import check_rust
from .clean import clean_rust
from .extension import Binding, RustExtension, Strip
from .test import test_rust
from .tomlgen import tomlgen_rust, find_rust_extensions
from .version import version as __version__

Expand All @@ -15,6 +14,5 @@
"check_rust",
"clean_rust",
"find_rust_extensions",
"test_rust",
"tomlgen_rust",
)
70 changes: 0 additions & 70 deletions setuptools_rust/test.py

This file was deleted.

0 comments on commit 99bc4c0

Please sign in to comment.