Skip to main content

The sealights-python-agent integrates your Python applications with the Tricentis Sealights Quality Intelligence Platform. It provides real-time code coverage analysis, test optimization, and quality analytics for your CI/CD pipelines.

With this agent you can:

  • Scan builds – map your source code so Sealights can track changes across builds and branches.

  • Collect code coverage – capture per-test method-level coverage during test execution.

  • Optimize testing – leverage Sealights Test Impact Analysis to run only the tests affected by recent code changes, reducing CI cycle time.

Compatibility

  • Python 3.10, 3.11, 3.12, 3.13, 3.14

  • Test frameworks: pytest, unittest, unittest2, Behave, Robot Framework, nose (on Python 3.11 and earlier)

Installation

pip install sealights-python-agent

Quick Start

# 1. Scan your build
sl-python scan --tokenfile sltoken.txt --buildsessionidfile buildSessionId \
    --workspacepath .

# 2. Start a test session
sl-python start --tokenfile sltoken.txt --buildsessionidfile buildSessionId \
    --teststage "Unit Tests"

# 3. Run your tests with coverage
sl-python pytest --teststage "Unit Tests" <your test args...>

# 4. End the test session
sl-python end --tokenfile sltoken.txt --buildsessionidfile buildSessionId

Documentation

For complete setup guides, configuration options, and advanced usage, see the official Tricentis Sealights documentation:

https://docs.sealights.io/knowledgebase

Support

For questions, issues, or feature requests, please contact Tricentis Support:

https://support.tricentis.com/

License

This package is distributed under a proprietary license. See LICENSE.txt for details.

Release Notes

2.10.15 (2026-07-20)

  • Added support for chaining additional Lambda wrappers in the serverless layer

  • Improved agent-start event to report working directory and SL_* environment context (tokens redacted)

  • Dropped support for Python 3.9; supported versions are now 3.10 - 3.14

  • Upgraded urllib3 and cryptography to address security vulnerabilities

2.10.1 (2026-04-27)

  • Improved coverage reliability at end of test execution

2.10.0 (2026-04-20)

  • Added support for Python 3.14

2.9.0 (2026-04-16)

  • Upgraded requests library to address security vulnerability

  • Improved Behave test framework integration

2.8.0 (2026-03-30)

  • Added CLI command aliases for improved usability

  • Standardized command-line parameter naming

2.7.18 (2026-03-11)

  • Added testProjectId support for Robot Framework SLListener

2.7.17 (2026-03-04)

  • Improved stability of background polling during test execution

2.7.16 (2026-03-03)

  • Improved coverage collection for short-lived test runs

2.7.15 (2026-03-03)

  • Added HTTP retry mechanism with configurable error handling (SL_FAIL_ON_ERROR)

  • Improved data flushing for unit testing workflows

2.7.13 (2026-03-02)

  • Improved build session ID and lab ID handling

2.7.12 (2026-02-13)

  • Improved SL_LAB_ID environment variable compatibility

2.7.11 (2026-02-04)

  • Added include/exclude rules reporting in agent start event

  • Added .slignore file support for excluding files from scanning

  • Synchronized console messages with latest platform updates

2.7.10 (2026-01-28)

  • Improved configuration initialization and settings management

2.7.9 (2026-01-15)

  • Upgraded urllib3 to version 2.6.3 for improved security and stability

2.7.8 (2026-01-13)

  • Upgraded urllib3 to version 2.6.2 with enhanced HTTP handling

2.7.7 (2025-12-29)

  • Improved configuration management and feature initialization

  • Enhanced error handling and console messaging

2.7.6 (2025-12-24)

  • Improved MD5 hashing compatibility

  • Improved test project ID handling

2.7.5 (2025-10-28)

  • Improved lab ID handling from CLI parameters

  • Improved test project ID support

2.7.1 (2025-10-09)

  • Added Robot Framework lab ID support

  • Revendored internal dependencies to latest versions

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sealights_python_agent-2.10.15.tar.gz (2.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sealights_python_agent-2.10.15-py2.py3-none-any.whl (2.2 MB view details)

Uploaded Python 2Python 3

File details

Details for the file sealights_python_agent-2.10.15.tar.gz.

File metadata

  • Download URL: sealights_python_agent-2.10.15.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for sealights_python_agent-2.10.15.tar.gz
Algorithm Hash digest
SHA256 d3f807a5594b6f492db75dbb86c0066b1268091b8943ef5bc27ad0dc2dd05bba
MD5 aee727e11e1c277abf4c5c9ede5ef79d
BLAKE2b-256 48927f18853e66fa6239676bba76f072f980331951676402e4d9871c9d02f8d9

See more details on using hashes here.

File details

Details for the file sealights_python_agent-2.10.15-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for sealights_python_agent-2.10.15-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 2708439a040eb083eb0259b1049c8dfa4448b0675b8eba006e9fb8f2fc322ac1
MD5 51babbf4a46d1f54206333dce2361484
BLAKE2b-256 80faee91f41ce45a15011a123b001c608c16b402e390a773dbf4d7c23740efbc

See more details on using hashes here.

Release history Release notifications | RSS feed

2.10.19

2 files

2.10.17

2 files

2.10.16

2 files

This release

2.10.15 This release

2 files

2.10.13

2 files

2.10.12

2 files

2.10.10

2 files

2.10.9

2 files

2.10.8

2 files

2.10.7

2 files

2.10.6

2 files

2.10.5

2 files

2.10.4

2 files

2.10.3

2 files

2.10.2

2 files

2.10.1

2 files

2.10.0

2 files

2.9.0

2 files

2.8.0

2 files

2.7.18

2 files

2.7.17

2 files

2.7.16

2 files

2.7.15

2 files

2.7.13

2 files

2.7.12

2 files

2.7.11

2 files

2.7.10

2 files

2.7.9

2 files

2.7.8

2 files

2.7.7

2 files

2.7.6

2 files

2.7.5

2 files

2.7.3

2 files

2.7.2

2 files

2.7.1

2 files

2.7.0

2 files

2.6.2

2 files

2.6.1

2 files

2.6.0

2 files

2.5.2

2 files

2.5.1

2 files

2.5.0

2 files

2.4.0

2 files

2.2.5

2 files

2.2.4

2 files

2.2.3

2 files

2.2.2

2 files

2.2.1

2 files

2.2.0

2 files

2.1.0

2 files

2.0.18

2 files

2.0.1

2 files

1.5.5

2 files

1.5.4

2 files

1.5.3

2 files

1.5.2

2 files

1.5.1

2 files

1.5.0

2 files

1.4.6

2 files

1.4.5

2 files

1.4.4

2 files

1.4.3

2 files

1.4.2

2 files

1.4.1

2 files

1.4.0

2 files

1.3.0

2 files

1.2.0

2 files

1.1.4

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.21

2 files

1.0.20

2 files

1.0.19

2 files

1.0.18

2 files

1.0.17

2 files

1.0.16

2 files

1.0.14

2 files

1.0.6

2 files

1.0.5

2 files

0.2.247

2 files

0.2.245

2 files

0.2.244

2 files

0.2.243

2 files

0.2.240

2 files

0.2.238

2 files

0.2.234

2 files

0.2.230

2 files

0.2.229

2 files

0.2.228

2 files

0.2.219

2 files

0.2.217

2 files

0.2.213

2 files

0.2.205

2 files

0.2.201

2 files

0.2.199

2 files

0.2.198

2 files

0.2.197

2 files

0.2.195

2 files

0.2.194

2 files

0.2.193

2 files

0.2.190

2 files

0.2.186

2 files

0.2.184

2 files

0.2.182

2 files

0.2.180

2 files

0.2.179

2 files

0.2.178

2 files

0.2.177

2 files

0.2.174

2 files

0.2.173

2 files

0.2.170

2 files

0.2.167

2 files

0.2.164

2 files

0.2.162

2 files

0.2.160

2 files

0.2.157

2 files

0.2.156

2 files

0.2.155

2 files

0.2.150

2 files

0.2.149

2 files

0.2.148

2 files

0.2.147

2 files

0.2.132

1 file

0.2.130

2 files

0.2.128

2 files

0.2.127

2 files

0.2.125

2 files

0.2.124

2 files

0.2.120

2 files

0.2.85

2 files

0.2.81

2 files

0.2.79

2 files

0.2.78

2 files

0.2.26

2 files

0.2.25

2 files

0.2.24

2 files

0.2.23

2 files

0.2.22

2 files

0.2.21

2 files

0.2.20

2 files

0.2.19

2 files

0.2.18

2 files

0.2.15

2 files

0.2.14

2 files

0.2.13

2 files

0.2.12

2 files

0.2.11

2 files

0.2.10

2 files

0.2.9

2 files

0.2.8

2 files

0.2.5

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page