Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
Remove rstlint because sphinx does it internally
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <me@rdil.rocks>
  • Loading branch information
RDIL committed Jun 15, 2020
1 parent 04f39b3 commit 9ba71cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
setuptools==47.1.1
wheel==0.34.2
twine==3.1.1
restructuredtext_lint==1.3.1
unittest-xml-reporting==3.0.2
sphinx==3.1.1
sphinx-rtd-theme==0.4.3
8 changes: 0 additions & 8 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Import needed modules
import unittest
import os
import restructuredtext_lint

# Try to import area4.
# This will fail if it could not be installed or if faulty code is present.
Expand Down Expand Up @@ -141,13 +140,6 @@ def test_info(self):
),
)

def test_restructuredtext(self):
"""Lint RST files."""
files = os.listdir("{0}/docs".format(self.working_directory))
for name in files:
path = "{0}/docs/{1}".format(self.working_directory, name)
restructuredtext_lint.lint_file(filepath=path)

def test_make_div(self):
"""Test make_div."""
self.assertEqual(
Expand Down

0 comments on commit 9ba71cb

Please sign in to comment.