• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MrSenko / sphinx-removed-in / 4

Build:
DEFAULT BRANCH: master
Ran 20 Dec 2018 12:18PM UTC
Jobs 4
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
4

push

travis-ci

atodorov
Add 'Sphinx' to setup_requires

During installation, `sphinx_removed_in` is imported to obtain the version, which in turn ends up importing `Sphinx`:

```python
__version__ = __import__('sphinx_removed_in').__version__
```

For this reason `Sphinx` should also be listed in the `setup_requires` section so `pip` properly installs `Sphinx` in order to install `sphinx_removed_in`.

Tried to use this extension in pytest (https://github.com/pytest-dev/pytest/issues/4568), but we can't build the docs because of this problem:

```
Collecting pygments-pytest>=1.1.0 (from -r C:\Users\bruno\pytest/doc/en/requirements.txt (line 1))
  Using cached https://files.pythonhosted.org/packages/49/3e/fc3a0102ca73fe6a04539665fdbb0/pygments_pytest-1.1.0-py2.py3-none-any.whl
Collecting sphinx>=1.8.2 (from -r C:\Users\bruno\pytest/doc/en/requirements.txt (line 2))
  Using cached https://files.pythonhosted.org/packages/ff/d5/3a8727d6f444923b338c3f509f203/Sphinx-1.8.2-py2.py3-none-any.whl
Collecting sphinxcontrib-trio (from -r C:\Users\bruno\pytest/doc/en/requirements.txt (line 3))
  Using cached https://files.pythonhosted.org/packages/09/28/70870892f1109dc9359b122d3a8fc/sphinxcontrib_trio-1.0.1-py3-none-any.whl
Collecting sphinx-removed-in (from -r C:\Users\bruno\pytest/doc/en/requirements.txt (line 4))
  Using cached https://files.pythonhosted.org/packages/74/04/b6bcf18dd6b689947217bd46f4980/sphinx-removed-in-0.1.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\bruno\AppData\Local\Temp\pip-install-sqas3ip2\sphinx-removed-in\setup.py", line 5, in <module>
        __version__ = __import__('sphinx_removed_in').__version__
      File "C:\Users\bruno\AppData\Local\Temp\pip-install-sqas3ip2\sphinx-removed-in\sphinx_r... (continued)
Jobs
ID Job ID Ran Files Coverage
1 4.1 20 Dec 2018 12:18PM UTC 0
Travis Job 4.1
2 4.2 20 Dec 2018 12:18PM UTC 0
Travis Job 4.2
3 4.3 20 Dec 2018 12:18PM UTC 0
Travis Job 4.3
4 4.4 20 Dec 2018 12:18PM UTC 0
Travis Job 4.4
Source Files on build 4
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4
  • 54d992b8 on github
  • Prev Build on master (#2)
  • Next Build on master (#6)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc