Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add initial py310 tox tests Co-authored-by: lrafeei <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> * Fix deprecation warnings * Add python 3.10 test setup. (#392) * Sanic Testing Fix (#395) * Sanic updates * [Mega-Linter] Apply linters fixes Co-authored-by: TimPansino <[email protected]> * Add initial py310 tox tests Co-authored-by: lrafeei <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> * Fix deprecation warnings * Add python 3.10 setup to tests.yml. * Update Python version to 3.10 rc2. * Temporarily disable graphql master tests. * Remove loop argument in agent feature tests. * Add try except. Co-authored-by: Timothy Pansino <[email protected]> Co-authored-by: TimPansino <[email protected]> Co-authored-by: Tim Pansino <[email protected]> Co-authored-by: lrafeei <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> * Update urllib3 to v1.26.7 (#393) * Update urllib3 to 1.26.7 * Exclude packages from linting * Fix SSL context deprecation warning (#394) * Fix imp Deprecation (#398) * Sanic Testing Fix (#395) * Sanic updates * [Mega-Linter] Apply linters fixes Co-authored-by: TimPansino <[email protected]> * Remove deprecated imp module Co-authored-by: Lalleh Rafeei <[email protected]> * Formatting * Remove unused import * Fix sitecustomize issue * Fix missing attribute * Fix incorrect type Co-authored-by: TimPansino <[email protected]> Co-authored-by: Lalleh Rafeei <[email protected]> * Add Python 3.10 tox Tests (Part 1) (#397) * Add py310 tox tests * Remove unsupported frameworks from tox * Remove failing library test * Revert uvicorn py36 upgrade * Add Python 3.10 support for web frameworks. (#391) * Add py310 to web framework test matrix. * Remove unsupported library * Remove unsupported libraries * Fix aiohttp errors * Remove comments causing errors Co-authored-by: Tim Pansino <[email protected]> * Add py310 builds (#402) * Tox changes for python3.10 (#403) * Fix asyncio Warnings in Python 3.10 (#396) * Sanic Testing Fix (#395) * Sanic updates * [Mega-Linter] Apply linters fixes Co-authored-by: TimPansino <[email protected]> * Clean up asyncio event_loops * Linting * Remove space broken strings * Add init file * Fix random failures * Fix notice_error Rules Matching Settings Handling (#383) * Remove active traces from tests to expose bug * Handle settings passing in error matching rules * Better edge case handling * Apply linter fixes * Correct settings origin to transaction * Change logs in context expected errors * Apply linters fixes * Fix cross event loop failures * Formatting * Upgrade py310 rc to release * Quote python versions in GHA * Update Testing Infra (#401) * Add aggregate test check * Formatting * Add job timeouts * Fix uvicorn hang. Co-authored-by: Lalleh Rafeei <[email protected]> * Fix error typing for uvicorn * Revert uvicorn changes Co-authored-by: TimPansino <[email protected]> Co-authored-by: Lalleh Rafeei <[email protected]> * Bump timeout to 30 minutes Co-authored-by: lrafeei <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: Uma Annamalai <[email protected]> Co-authored-by: TimPansino <[email protected]> Co-authored-by: Lalleh Rafeei <[email protected]>
- Loading branch information