Skip to content

Commit

Permalink
Fix open source .pyre_configuration file (#104)
Browse files Browse the repository at this point in the history
Summary:

The open source pyre configuration is broken.
This is causing Github CI errors: `Invalid configuration: Invalid path ujson: does not exist.`

Differential Revision: D49093816
  • Loading branch information
arthaud authored and facebook-github-bot committed Sep 8, 2023
1 parent 27b4220 commit 015012d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .pyre_configuration
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"setup.py",
"stubs"
],
"site_package_search_strategy": "pep561",
"search_path": [
{
"site-package": "click"
Expand Down Expand Up @@ -34,9 +35,6 @@
{
"site-package": "pygments"
},
{
"site-package": "ujson"
},
{
"site-package": "xxhash"
},
Expand All @@ -46,9 +44,6 @@
{
"site-package": "traitlets"
},
{
"site-package": "typing_extensions"
},
{
"site-package": "pyre_extensions"
},
Expand Down

0 comments on commit 015012d

Please sign in to comment.