deepgram / deepgram-python-sdk

Official Python SDK for Deepgram's automated speech recognition APIs.
https://developers.deepgram.com
MIT License
240 stars 64 forks source link

Latest release 3.5.0 includes tests package #452

Closed rossmacarthur closed 3 months ago

rossmacarthur commented 3 months ago

What is the current behavior?

There is now a global tests package in my virtual environment. I.e. import tests now refers to this global package instead of my local package

image

Steps to reproduce

Install version 3.5.0 using pip in a new virtualenv.

Expected behavior

The tests package should not be published