Skip to content

Commit a661d67

Browse files
committed
more consistent & drop unused test bits
1 parent 6058cae commit a661d67

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

pants-plugins/uses_services/mongo_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ async def mongo_is_running(
187187
enabled=1
188188
gpgkey=https://www.mongodb.org/static/pgp/server-4.0.asc
189189
EOT"
190-
# install mongo
190+
# Install mongo
191191
yum install mongodb-org
192192
# Don't forget to start mongo.
193193
"""

pants-plugins/uses_services/mongo_rules_test.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
rules as mongo_rules,
2727
)
2828
from .platform_rules import Platform
29-
from .target_types import UsesServicesField
30-
31-
32-
class MockTarget(Target):
33-
alias = "mock_target"
34-
core_fields = (UsesServicesField,)
3529

3630

3731
@pytest.fixture

0 commit comments

Comments
 (0)