File: bug_report.md

package info (click to toggle)
pystac 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 19,904 kB
  • sloc: python: 24,370; makefile: 124; sh: 7
file content (29 lines) | stat: -rw-r--r-- 765 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
**Describe the bug**
A clear and concise description of what the bug is.

**To reproduce**
Steps to reproduce the behavior:

> Ex.
>
> 1. Install pystac w/ dev requirements: `pip install -e . -r requirements-dev.txt`
> 2. Run `pytest`
> 3. See error

Include OS, Python version, and PySTAC version.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots and shell session dumps**
If applicable, add session dumps and/or screenshots to help explain your problem.

> ex. `pre-commit run ruff > ruff.txt`

**Additional context**
Add any other context about the problem here.

**Issue Checklist**

- [ ] OS, Python version, PySTAC version are included.
- [ ] Existing issues were reviewed to prevent duplicate submission.