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

pyscaffold / pyscaffold / 6227564350406656
98%

Build:
DEFAULT BRANCH: master
Ran 07 Oct 2024 03:53PM UTC
Jobs 7
Files 30
Run time 1min
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

07 Oct 2024 03:31PM UTC coverage: 97.852%. Remained the same
6227564350406656

Pull #757

cirrus-ci

sunpoet
Install missing template files

FreeBSD ports uses sdist to build python modules. In this way, the template
files are missing, therefore the following error occurs.

% putup
ERROR: There was an error loading 'pyscaffold.extensions.interactive'.
    Please make sure you have installed a version of the extension that is compatible
    with PyScaffold 4.6. You can also try unininstalling it.

% python3.11
Python 3.11.10 (main, Oct  7 2024, 15:23:45) [Clang 17.0.6 (https://github.com/llvm/llvm-project.git llvmorg-17.0.6-0-g600970 on freebsd13
Type "help", "copyright", "credits" or "license" for more information.
>>> from pyscaffold.extensions import interactive
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.11/site-packages/pyscaffold/extensions/interactive.py", line 42, in <module>
    HEADER = templates.get_template("header_interactive")
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/pyscaffold/templates/__init__.py", line 121, in get_template
    data = read_text(relative_to, file_name)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/pyscaffold/templates/__init__.py", line 26, in read_text
    return files(package).joinpath(resource).read_text(encoding="utf-8")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/pathlib.py", line 1058, in read_text
    with self.open(mode='r', encoding=encoding, errors=errors) as f:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/pathlib.py", line 1044, in open
    return io.open(self, mode, buffering, encoding, errors, newline)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.11/site-packages/pyscaffold/templates/header_interactive.template'

This patch instal... (continued)
Pull Request #757: Install missing template files

473 of 495 branches covered (95.56%)

Branch coverage included in aggregate %.

1759 of 1786 relevant lines covered (98.49%)

6.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 test (Linux - 3.7) - 6227564350406656.1 07 Oct 2024 04:35PM UTC 0
96.64
2 test (Linux - mambaforge) - 6227564350406656.2 07 Oct 2024 04:35PM UTC 0
95.84
3 test (Linux - 3.13) - 6227564350406656.3 07 Oct 2024 04:35PM UTC 0
95.84
4 test (freebsd - 3.11) - 6227564350406656.4 07 Oct 2024 04:35PM UTC 0
97.28
5 test (Windows - 3.12.5) - 6227564350406656.5 07 Oct 2024 04:35PM UTC 0
96.3
6 test (macOS - brew) - 6227564350406656.6 07 Oct 2024 04:35PM UTC 0
96.05
7 test (Linux - 3.12) - 6227564350406656.7 07 Oct 2024 04:35PM UTC 0
95.84
Source Files on build 6227564350406656
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #62275643...
  • Pull Request #757
  • PR Base - master (#64774453...)
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